home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pearlharbour.swf / scripts / frame_19 / PlaceObject2_47_15 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-09-29  |  101 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(Key.isDown(Key.SPACE))
  3.    {
  4.       _root.gameplay = true;
  5.    }
  6. }
  7.